home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 October / Chip Ekim 2003.iso / prog / internet / optimal / setup.exe / %MAINDIR% / Tutorial / style.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2003-08-28  |  1.4 KB  |  72 lines

  1. A:link { text-decoration: none; color: #0066cc; }
  2. A:visited { text-decoration: none; color: #0066cc; }
  3. A:active { text-decoration: none; color: #0066cc; }
  4. .link A:hover { color:#840000; background-color:#66ccff; }
  5. .link A:link { text-decoration: underline; color: #0066cc; }
  6.  
  7. BODY
  8. {
  9.    font-family: Verdana, Arial, Helvetica, helv, sans-serif;
  10.    margin-left:0;
  11.    margin-top:0;
  12.    margin-right:0;
  13. }
  14.  
  15. P, TR
  16.    {
  17.     font-family: Verdana, Arial, Helvetica, helv, sans-serif;
  18.     color: black; 
  19.     font-size: 9pt;
  20.     }
  21.  
  22. LI
  23.     {
  24.     font-family: Comic Sans MS, Arial, Helvetica, helv, sans-serif;
  25.     color: #0066cc;
  26.     text-align: left;
  27.     font-size: 10pt;
  28.     }
  29.  
  30. .reminder
  31.    {
  32.     font-family: Verdana, Arial, Helvetica, helv, sans-serif;
  33.     font-size: 8pt;
  34.     font-weight: bold;
  35.     background: #6858c8;
  36.     padding: 3pt;
  37.     }
  38.   
  39. H1
  40.    {
  41.    font-family: Verdana, Arial, Helvetica, helv, sans-serif;
  42.     background: white;
  43.     color: #D04438;
  44.     font-weight: bold;     
  45.     font-size: 14pt;
  46.     }
  47. H2
  48.    {
  49.    font-family: Verdana, Arial, Helvetica, helv, sans-serif;
  50.     background: white;
  51.     color: #DE1B46;
  52.     font-weight: bold; 
  53.     font-size: 10pt;
  54.     }
  55. H3
  56.    {
  57.    font-family: Verdana, Arial, Helvetica, helv, sans-serif;
  58.     background: white;
  59.     color: #669900;
  60.     font-weight: bold;     
  61.     font-size: 10pt;
  62.     }
  63.  
  64. H4
  65.    {
  66.    font-family: Verdana, Arial, Helvetica, helv, sans-serif;
  67.     background: white;
  68.     color: #ff5b5b;
  69.     font-weight: bold;     
  70.     font-size: 12pt;
  71.     }
  72.